type runtime.stackObjectBuf
9 uses
runtime (current package)
mgcstack.go#L128: type stackObjectBuf struct {
mgcstack.go#L136: next *stackObjectBuf
mgcstack.go#L143: if unsafe.Sizeof(stackObjectBuf{}) > unsafe.Sizeof(workbuf{}) {
mgcstack.go#L195: head *stackObjectBuf
mgcstack.go#L196: tail *stackObjectBuf
mgcstack.go#L278: x = (*stackObjectBuf)(unsafe.Pointer(getempty()))
mgcstack.go#L288: y := (*stackObjectBuf)(unsafe.Pointer(getempty()))
mgcstack.go#L315: func binarySearchTree(x *stackObjectBuf, idx int, n int) (root *stackObject, restBuf *stackObjectBuf, restIdx int) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)